home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library / Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso / AUDIO / README.DOC < prev    next >
Text File  |  1988-08-15  |  660b  |  15 lines

  1. Sample code for MS CD-ROM Extensions audio:
  2. ----------------------------------------------------------------------------
  3. The code in this directory is used to play CD AUDIO from the CD-ROM drive
  4. using the CD-ROM Extentions.
  5.  
  6. The code first determines if the CD-ROM Extensions are operating in the
  7. system. After finding the Extensions, it will retrieve a pointer to the
  8. first device driver.
  9.  
  10. By making a IOCTL call, the code will read the TOC (Table Of Contents) from
  11. the active drive.  The TOC contains the position of each audio track.
  12.  
  13. After receiving this information, all that is needed is to make a single
  14. play call for each track of audio.
  15.